翻訳と辞書 |
Option-operand separation : ウィキペディア英語版 | Option-operand separation
Option-operand separation is a principle of imperative computer programming. It was devised by Bertrand Meyer as part of his pioneering work on the Eiffel programming language. It states that an operation's arguments should contain only ''operands'' — understood as information necessary to its operation — and not ''options'' — understood as auxiliary information. Options are supposed to be set in separate operations. The motivations for this are: # Ease of learning: Beginners do not have to concern themselves with setting options. # Wide spectrum coverage: Experts can still set options using the auxiliary operations. # Evolution. Options are more likely to change than operands, so the parameter list to the operation remains more stable.
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Option-operand separation」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|